GXJobIdle
QuickDraw GX sends theGXJobIdle
message when a printer driver, a printing extension, or an application calls theGXJobIdle
function to release idle time. You can override theGXJobIdle
message to obtain time from the idle procedure. Your override of theGXJobIdle
message must match the following formal declaration:
OSErr MyJobIdle (void)
- function result
- An error code. The value
noErr
indicates that the operation was successful.DESCRIPTION
You can override this message to perform tasks during idle time. The default implementation of this message gives up time to other processes.SPECIAL CONSIDERATIONS
You never send theGXJobIdle
message yourself; however, you can call theGXJobIdle
function, which then sends this message.You must forward the
GXJobIdle
message to other message handlers.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found,
or there was not enough memory to load it.gxPrUserAbortErr The user has canceled printing. SEE ALSO
TheGXJobIdle
function is described on page 5-33 in the chapter "Printer Functions for Message Overrides."
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help